home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / J-M / Line Noise Killer.cpt / Line Noise Killer / background_2497.txt < prev    next >
Text File  |  1988-11-07  |  576b  |  29 lines

  1. -- background: 2497 from stack: in
  2. -- bmap block id: 2093
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=78 top=40 right=311 bottom=427
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: No button there!
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   play "boing" a
  23.   show card field "No button there!"
  24. end mouseDown
  25.  
  26. on mouseUp
  27.   hide card field "No button there!"
  28. end mouseUp
  29.